projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
473c635
)
mx28: remove omap specific config options
author
Veli-Pekka Peltola
<
[email protected]
>
Tue, 20 Dec 2011 02:00:11 +0000
(
02:00
+0000)
committer
Albert ARIBAUD
<
[email protected]
>
Mon, 16 Jan 2012 07:40:08 +0000
(08:40 +0100)
Config options for OMAP are not used with i.MX28 so remove dead code.
Signed-off-by: Veli-Pekka Peltola <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
Cc: Marek Vasut <
[email protected]
>
Cc: Fabio Estevam <
[email protected]
>
Acked-by: Fabio Estevam <
[email protected]
>
Acked-by: Stefano Babic <
[email protected]
>
arch/arm/cpu/arm926ejs/mx28/start.S
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm926ejs/mx28/start.S
b/arch/arm/cpu/arm926ejs/mx28/start.S
index 94696d6cdc5b5731fcb5b98bf79d977ed361ede8..2cd4d73354fce1f191a64d48e0254bd53eaa6337 100644
(file)
--- a/
arch/arm/cpu/arm926ejs/mx28/start.S
+++ b/
arch/arm/cpu/arm926ejs/mx28/start.S
@@
-40,12
+40,6
@@
#include <common.h>
#include <version.h>
-#if defined(CONFIG_OMAP1610)
-#include <./configs/omap1510.h>
-#elif defined(CONFIG_OMAP730)
-#include <./configs/omap730.h>
-#endif
-
/*
*************************************************************************
*